home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dtype / Graphic / infoDataType / ReadMe < prev    next >
Text File  |  1980-08-31  |  5KB  |  145 lines

  1. .info DataType
  2. --------------
  3.  
  4. Written by Oliver Seiler
  5.  
  6. Copyright þ 1994 Erisian Development Group. All Rights Reserved.
  7.  
  8.  
  9. Disclaimer
  10. ----------
  11.  
  12. This program is basically FreeWare. It is *not* public domain. I do however
  13. give commercial products (this includes ShareWare packages) the right to
  14. include this in distributions, on the basis that I receive a free copy of
  15. the package (although, given the simplicity of the implementation, I don't
  16. see this being a very likely situation...)
  17.  
  18. In any case, anybody who wants to include this in some sort of distribution
  19. or software package should contact me for my approval. I'd like to know
  20. who's using it in the event I re-release it later...
  21.  
  22.  
  23. Introduction
  24. ------------
  25.  
  26. I've been busily writing datatypes for the past few weeks, and decided that
  27. one for viewing .info files would be useful, so I sat down and wrote one.
  28. Not much more to explain... (For those of you who don't know, .info files
  29. are the files which contain, among other things, the images of the icons
  30. which you find on your Workbench.)
  31.  
  32.  
  33. Installation
  34. ------------
  35.  
  36. An Installer script is included with the distribution. Just double-click on
  37. the Install icon from Workbench. It should work fine, although it's my first
  38. Installer script. If it doesn't seem to work on your (probably whacked) system,
  39. then manual installation is quite easy:
  40.  
  41. eg. (Assuming unarchived in RAM:)
  42.  
  43. 6.RAM:> lha e infoDataType.lha
  44.  
  45. ...
  46.  
  47. 6.RAM:> cd infoDataType
  48. 6.RAM:infoDataType> copy info.datatype SYS:Classes/DataTypes
  49.  
  50. ...
  51.  
  52. 6.RAM:infoDataType> copy "Amiga .info#?" DEVS:DataTypes
  53.  
  54. ...
  55.  
  56. 6.RAM:infoDataType> AddDataTypes "DEVS:DataTypes/Amiga .info File" REFRESH
  57.  
  58. That's all folks...
  59.  
  60.  
  61. Usage
  62. -----
  63.  
  64. Assuming you aren't programming, the easiest way to use this datatype is
  65. from MultiView. Just type:
  66.  
  67. MultiView <file>.info
  68.  
  69. Of course this only works if the file has an associated .info file. No
  70. harm if it doesn't, so don't worry too much. (Unfortunately, if you use
  71. MultiView's built-in file requester, you won't see any .info files in
  72. the directory listing. You can still access the files though, by adding
  73. a .info extension to the filename in the file requester...)
  74.  
  75.  
  76. Limitations
  77. -----------
  78.  
  79. The main limitation is that you only can view the unselected icon image
  80. associated with the .info file you try to view. I might eventually add
  81. support (in the form of a tag which can be passed to the object) to show
  82. the selected image. Or maybe make it act like a gadget and toggle with
  83. user mouse button presses.
  84.  
  85. The colour palette is obtained from the current Palette preferences setting,
  86. so if you want to change the colours, you're going to have to change this.
  87.  
  88.  
  89. Bugs
  90. ----
  91.  
  92. Yes, there is at least one bug that I've found, although I'm not sure if it
  93. is from the info.datatype or from MultiView. I also don't know how many
  94. other will have the same results. Basically, if you mark the picture in
  95. MultiView (from the "Mark" menu option) and then try saving the datatype,
  96. you (or maybe just me) gets a Guru. Haven't tracked it down yet...
  97.  
  98.  
  99. Upcoming from Erisian
  100. ---------------------
  101.  
  102. This is just to explain some upcoming projects which are nearing completion:
  103.  
  104. RTF DataType - That's right, the Rich Text Format, coming soon to an Amiga
  105.                near you (assuming you have 3.0+). Current alpha version has
  106.                support for multiple fonts, margins, and tables. Stylesheets
  107.                are soon to be added, which will probably round out the first
  108.                release. Future additions: pictures, colour, and real page
  109.                support (based on Printer preferences)
  110.  
  111. TIFF DataType - It's big. Real big. Probably the biggest datatype ever seen
  112.                 (at least until a PostScript datatype appears...) and is
  113.                 currently in the very very alpha version. Once I figure out
  114.                 how to use the libtiff library properly, this will appear
  115.                 quite soon after...
  116.  
  117.  
  118. I'm also working on some application software, which I don't really want to
  119. talk to much about. Basically fax/modem software, but very feature laden.
  120. Hopefully will be released within the next few months.
  121.  
  122.  
  123. Reaching the Author
  124. -------------------
  125.  
  126. I may be reached at:
  127.  
  128. Oliver Seiler
  129. Erisian Development Group
  130. PO Box 3547 MPO
  131. Vancouver, BC CANADA
  132. V6B 3Y6
  133.  
  134. Phone:  (604) 683-5364
  135. Fax:    (604) 683-6142
  136. e-mail: oseiler@unixg.ubc.ca
  137.         oseiler@nyx.cs.du.edu
  138.         ollie@bix.com
  139.  
  140.  
  141. I'm also available for contract programming work on the Amiga. My strengths
  142. include complex interface design and implementation, a driving urge to make
  143. elegant, useable programs, and I'm very productive. Please feel free to
  144. call if interested.
  145.